CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Widrow Hoff

搜索资源列表

  1. LMS算法matlab代码

    0下载:
  2. LMS算法matlab代码,感知器和自适应线性元件在历史上几乎是同时提出的,并且两者在对权值的调整的算法非常相似。它们都是基于纠错学习规则的学习算法。感知器算法存在如下问题:不能推广到一般的前向网络中;函数不是线性可分时,得不出任何结果。而由美国斯坦福大学的Widrow和Hoff在研究自适应理论时提出的LMS算法,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。
  3. 所属分类:文档资料

  1. NeuralNetworks

    0下载:
  2. Neural Networks at your Fingertips.rar =============== Network: Adaline Network =============== Application: Pattern Recognition Classification of Digits 0-9 Author: Karsten Kutza Date: 15.4.96 Reference: B. Widrow, M
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:107092
    • 提供者:wooxun
  1. LMS

    0下载:
  2. 这是一个来自权威书籍的最小均方算法(LMS algorithm),也叫Widrow-Hoff算法。-This is a book from the authority of the least mean square algorithm (LMS algorithm), also known as Widrow-Hoff algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:813
    • 提供者:
  1. lecture03-090302

    0下载:
  2. 神经网络教程—— Performance Surfaces 􀂇 —— Performance Optimization 􀂇 —— Widrow-Hoff Learning-Neural Network Tutorial- Performance Surfaces 􀂇 - Performance Optimization 􀂇 - Widrow-Hoff Learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1291967
    • 提供者:Shelly Chen
  1. adaptive_filter

    0下载:
  2. 最小均方自适应滤波器(LMS)是由Widrow和Hoff在1960年始创,它是以横向(即抽头延时线)结构为基础构建的。其最基本的形式设计简单,性能也高度高效。这两个特性使得LMS滤波器在各种应用中非常流行。递归最小二乘自适应滤波器(RLS)由于可提供快收敛速率而且对输入信号相关矩阵特征值扩散度变化不敏感,从而突破了LMS族的某些实际限制;其代价是增加了计算的复杂度。-the LMS algorithm of adaptive filter
  3. 所属分类:其他行业

    • 发布日期:2013-12-05
    • 文件大小:1932
    • 提供者:
  1. lms

    0下载:
  2. LMS由美国斯坦福大学的Widrow和Hoff在研究自适应理论时提出的,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。 -LMS Widrow of Stanford University by the United States and Hoff adaptive theory put forward in the study, because of its easy to implement and will soon be widely used as a stand
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:558
    • 提供者:heyan
  1. LMS_P101_1

    0下载:
  2. 改程序为《自适应信号处理》(Bernard Widrow著,王永德等译)书中101页上图牛顿法的MATLAB程序,仿真效果和书上一致 -Change the program to " Adaptive Signal Processing" (Bernard Widrow a, s Acoustic other translation) book 101 on the map Newton MATLAB programs, simulation results and the
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:823
    • 提供者:wanghaiyan
  1. widrow_hoff

    0下载:
  2. a simple widrow hoff implementatiion
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2259
    • 提供者:hadi
  1. Widrow-Hoff-Training-Method

    0下载:
  2. The WH class is an implementation of the Widrow-Hoff. The Widrow-Hoff (WH) algorithm, often called Least Mean Square (LMS), is an online-algorithm. The WH can be interpreted as a gradient descent procedure on the error space. In other words, the
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:47863
    • 提供者:kader125
  1. arna_wh

    0下载:
  2. The training of a ADALINE neuron with one entrance using the Widrow - Hoff algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1151
    • 提供者:Marius
  1. WidrowHoff

    1下载:
  2. Widrow-Hoff(LMS) : Linear Discriminants
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:993
    • 提供者:eehadi
  1. LMS

    1下载:
  2. 由美国斯坦福大学的Widrow和Hoff在研究自适应理论时提出的LMS算法,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。-LMS algorithm has been widely used due to its easy to implement, become=ing the standard of the adaptive filtering algorithm.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-11
    • 文件大小:599
    • 提供者:卢松品
  1. LMS

    0下载:
  2. 感知器和自适应线性元件在历史上几乎是同时提出的,并且两者在对权值的调整的算法非常相似。它们都是基于纠错学习规则的学习算法。感知器算法存在如下问题:不能推广到一般的前向网络中;函数不是线性可分时,得不出任何结果。而由美国斯坦福大学的Widrow和Hoff在研究自适应理论时提出的LMS算法,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。-Least mean square error algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2179
    • 提供者:simon
  1. 131848141

    2下载:
  2. 模式识别线性判别算法,包括感知器算法,最小方差准则分类算法和Widrow-Hoff算法-Pattern recognition linear discriminant algorithms, including perception algorithm, minimum variance criterion classification algorithm and Widrow-Hoff algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1594
    • 提供者:ray
  1. Widrow-Hoff-Learning-Algorithm

    1下载:
  2. 编写了简单的Widrow-Hoff学习算法,绘制学习速率在0.01、0.1和0.5时的误差变化趋势,迭代了5000次,另外一个描绘了三种情况的分解面-It is about the Widrow-Hoff learning algorithm.The algorithm sets three different learnging rate as 0.01,0.1 and 0.5.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1488
    • 提供者:jiangsanmu
  1. anymin

    0下载:
  2. 本程序使用GMDH网络对交通的流量进行预测,输入的数据为连续n天的m组流量数据。 输出数据为第n+1天的m组的流量的预测数据。 每个神经元的学习方式为widrow-hoff 在学习过程中,每一层否挑选15个优秀的神经元保留到下一层(This procedure uses GMDH network traffic flow prediction, the input data for the continuous n days of M group traffic data. The ou
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2126848
    • 提供者:臧泽林
搜珍网 www.dssz.com